connection object 예문
예문
모바일
- Basic implementation -- produces a standard Connection object
기본 구현 -- 표준 Connection 객체를 생성한다 - A driver that is accessed via a DataSource object does not register itself with the DriverManager . Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
DataSource 객체를 개입시켜 액세스 된 드라이버는 자기 자신을 DriverManager 로 등록하지 않습니다. 오히려, DataSource 객체가 룩 업 조작에 의해 취득되어, Connection 객체를 작성하기 위해서 사용됩니다.
